-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to the help output of command-line options #814
Conversation
"http://localhost:8080. If not specified, the assumption is that the binary runs inside a "+ | ||
"Kubernetes cluster and local discovery is attempted.") | ||
apiserverHost = flags.String("apiserver-host", "", | ||
`The address of the Kubernetes Apiserver to connect to in the format of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`The address of the Kubernetes Apiserver to connect to in the format of | |
`The address of the Kubernetes API server to connect to, in the format of |
I'm a bit pedantic about wording -- feel free to completely ignore me but i thought i'd clean up some of the wording a little, if you're modifying it already!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be my guest =) Because of that I open pull requests and wait a couple of days before merge - this way people has the chance to ping and ask "what?". I'll have a look into the comments shortly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied all the changes, thanks for the suggestions.
9423793
to
fb65b45
Compare
`--disable-node-list` is actually not being used by the current controller version. We're now removing an unused lister and informer and also deprecating the command-line option for future removal.
Move all command-line related tunings from the controller initialization to the launch process. This difference is an inheritance from the controller as a dependency days (v0.7 and older) and wasn't being revisited yet. There is no chance in the functionalities.
fb65b45
to
7507f34
Compare
A couple of changes to the help output of command-line options and some minor refactors without functionality changes.
--disable-node-list
which wasn't being used